ThinkPHP5


think\exception\HttpResponseException
library\think\exception\HttpResponseException.php at line 16

Class HttpResponseException

\RuntimeException
└─HttpResponseException

public class HttpResponseException
extends \RuntimeException


Constructor Summary
void

__construct(Response response)

Method Summary
void

getResponse()

Constructor Detail

library\think\exception\HttpResponseException.php at line 23

__construct

public void __construct(Response response)

Method Detail

library\think\exception\HttpResponseException.php at line 28

getResponse

public void getResponse()

ThinkPHP5